# Project:   testjfp


# Toolflags:
CCflags = -c -depend !Depend -Ijfp: -throwback -apcs /noswst 
C++flags = -c -depend !Depend -IC: -throwback
Linkflags = -rmf -c++ -o $@ 
ObjAsmflags = -throwback -NoCache -depend !Depend
CMHGflags = 
LibFileflags = -c -o $@
Squeezeflags = -o $@
PCflags = -c -depend !Depend -throwback -IP:
JFPatchflags = -depend !Depend -throwback -out $@
BasToTxtflags = { > $@ }
BasicToCflags = -o $@ -4


# Final targets:
@.testjfp:   @.o.testjfp @.o.source jfp:o.jfplib 
        link $(linkflags) @.o.testjfp @.o.source jfp:o.jfplib 


# User-editable dependencies:


# Static dependencies:
@.o.testjfp :   @.c.testjfp 
        cc $(ccflags) -o @.o.testjfp  @.c.testjfp  
@.o.source :   @.j.source 
        JFPatch -in @.j.source  $(jfpatchflags)


# Dynamic dependencies:
o.source:	@.j.source
o.testjfp:	c.testjfp
o.testjfp:	jfp:h.memory
o.testjfp:	jfp:h.fileio
